projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5f8b6
)
popover: Fix a typo
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 Nov 2020 18:59:16 +0000
(13:59 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 25 Nov 2020 18:59:16 +0000
(13:59 -0500)
s/Wether/Whether/
Fixes #3393
gtk/gtkpopover.c
patch
|
blob
|
history
diff --git
a/gtk/gtkpopover.c
b/gtk/gtkpopover.c
index 0e77c612ada38b0f498ef67bad7a520fafaf3ad8..504dcd6cc1c6a36aa2908b23466457be9533c056 100644
(file)
--- a/
gtk/gtkpopover.c
+++ b/
gtk/gtkpopover.c
@@
-1673,7
+1673,7
@@
gtk_popover_class_init (GtkPopoverClass *klass)
properties[PROP_CASCADE_POPDOWN] =
g_param_spec_boolean ("cascade-popdown",
P_("Cascade popdown"),
- P_("Wether the popover pops down after a child popover"),
+ P_("W
h
ether the popover pops down after a child popover"),
FALSE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY);